home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Category.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  797b  |  29 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Category" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains general information about command categories.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="CategoryType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Provides a mapping between a category ID and its textual representation.</desc>
  16.             </info>
  17.             <prop oor:name="Name" oor:type="xs:string" oor:localized="true">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>A localized name which describes the command category.</desc>
  22.                 </info>
  23.             </prop>
  24.         </group>
  25.     </templates>
  26.     <component/>
  27. </oor:component-schema>
  28.  
  29.